home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-04-03 | 612 b | 20 lines | [TEXT/MPS ] |
- ; File: E16.Shell
- ;
- ;
- ; Copyright Apple Computer, Inc. 1986-90
- ; All Rights Reserved
- ;
- ;
- ; offset constants for GetLInfoPB
- osfile EQU 0 ; address of source file name
- odfile EQU 4 ; address of output file name
- oparms EQU 8 ; address of parameter list
- oistring EQU 12 ; address of language specific input string
- omerr EQU 16 ; max error level allowed
- omerrf EQU 17 ; max error level found
- olops EQU 18 ; operations flag
- okflag EQU 19 ; KEEP flag
- omflags EQU 20 ; set of letters selected with '-'
- opflags EQU 24 ; set of letters selected with '+'
- oorg EQU 28 ; abs start address of non-relloc load file
-